home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSELECTVAR / TFRMSELECTVAR.txt
Encoding:
Text File  |  2003-01-14  |  3.2 KB  |  173 lines

  1. object frmSelectVar: TfrmSelectVar
  2.   Left = 509
  3.   Top = 264
  4.   AutoScroll = False
  5.   Caption = 'Select Variable'
  6.   ClientHeight = 253
  7.   ClientWidth = 254
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object cboVarNames: TComboBox
  19.     Left = 36
  20.     Top = 268
  21.     Width = 242
  22.     Height = 21
  23.     ItemHeight = 13
  24.     TabOrder = 0
  25.     Visible = False
  26.   end
  27.   object pnlBottom: TPanel
  28.     Left = 0
  29.     Top = 217
  30.     Width = 254
  31.     Height = 36
  32.     Align = alBottom
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.     object pnlButtons: TPanel
  36.       Left = 11
  37.       Top = 0
  38.       Width = 243
  39.       Height = 36
  40.       Align = alRight
  41.       BevelOuter = bvNone
  42.       TabOrder = 0
  43.       object comOk: TButton
  44.         Left = 86
  45.         Top = 8
  46.         Width = 75
  47.         Height = 25
  48.         Anchors = [akRight, akBottom]
  49.         Caption = 'OK'
  50.         Default = True
  51.         TabOrder = 0
  52.         OnClick = comOkClick
  53.       end
  54.       object comCancel: TButton
  55.         Left = 166
  56.         Top = 8
  57.         Width = 75
  58.         Height = 25
  59.         Anchors = [akRight, akBottom]
  60.         Cancel = True
  61.         Caption = 'Cancel'
  62.         TabOrder = 1
  63.         OnClick = comCancelClick
  64.       end
  65.     end
  66.     object pnlLeftButtons: TPanel
  67.       Left = 0
  68.       Top = 0
  69.       Width = 85
  70.       Height = 36
  71.       Align = alLeft
  72.       BevelOuter = bvNone
  73.       TabOrder = 1
  74.       object comAdvanced: TButton
  75.         Left = 4
  76.         Top = 8
  77.         Width = 75
  78.         Height = 25
  79.         Caption = 'Advanced >>'
  80.         TabOrder = 0
  81.         OnClick = comAdvancedClick
  82.       end
  83.     end
  84.   end
  85.   object pnlCenter: TPanel
  86.     Left = 0
  87.     Top = 0
  88.     Width = 254
  89.     Height = 217
  90.     Align = alClient
  91.     BevelOuter = bvNone
  92.     TabOrder = 2
  93.     object pnlCaptionTop: TPanel
  94.       Left = 0
  95.       Top = 0
  96.       Width = 254
  97.       Height = 25
  98.       Align = alTop
  99.       BevelOuter = bvNone
  100.       TabOrder = 0
  101.       object lblSelectVar: TLabel
  102.         Left = 4
  103.         Top = 6
  104.         Width = 74
  105.         Height = 13
  106.         Caption = 'Select Variable:'
  107.       end
  108.     end
  109.     object pblTreeView: TPanel
  110.       Left = 0
  111.       Top = 25
  112.       Width = 254
  113.       Height = 192
  114.       Align = alClient
  115.       BevelOuter = bvNone
  116.       TabOrder = 1
  117.       object trvVariables: TTreeView
  118.         Left = 0
  119.         Top = 0
  120.         Width = 254
  121.         Height = 192
  122.         Align = alClient
  123.         HideSelection = False
  124.         Indent = 19
  125.         PopupMenu = popEdit
  126.         ReadOnly = True
  127.         TabOrder = 0
  128.         OnDblClick = trvVariablesDblClick
  129.       end
  130.     end
  131.   end
  132.   object popEdit: TPopupMenu
  133.     Left = 28
  134.     Top = 45
  135.     object itmAddVar: TMenuItem
  136.       Caption = '&Add'
  137.       OnClick = itmAddVarClick
  138.     end
  139.   end
  140.   object IvTranslator1: TIvTranslator
  141.     DictionaryName = 'dcoAMStepBuilder'
  142.     Left = 80
  143.     Top = 308
  144.     TargetsData = (
  145.       1
  146.       6
  147.       (
  148.         '*'
  149.         'Hint'
  150.         0)
  151.       (
  152.         '*'
  153.         'Caption'
  154.         0)
  155.       (
  156.         '*'
  157.         'Items'
  158.         0)
  159.       (
  160.         '*'
  161.         'Cells'
  162.         0)
  163.       (
  164.         'TRichEdit'
  165.         'Text'
  166.         0)
  167.       (
  168.         '*'
  169.         'Lines'
  170.         0))
  171.   end
  172. end
  173.